catch (Exception $e) {␊ |
$this->_diagnoseProblem(sprintf(␊ |
__('Could not parse read-permissions for project "%1$s": %2$s'),␊ |
$shortname, $e->getMessage()␊ |
$project->shortname, $e->getMessage()␊ |
));␊ |
}␊ |
␊ |
|
catch (Exception $e) {␊ |
$this->_diagnoseProblem(sprintf(␊ |
__('Could not parse read-permissions for project "%1$s": %2$s'),␊ |
$shortname, $e->getMessage()␊ |
$project->shortname, $e->getMessage()␊ |
));␊ |
}␊ |
␊ |
|
Pluf_Log::event(array(␊ |
'IDF_Plugin_SyncMonotone::processSyncTimeline',␊ |
'Project not found.',␊ |
array($project_name, $params)␊ |
array($project_name)␊ |
));␊ |
return false; // Project not found␊ |
}␊ |