Two occurrences forgotten

feature.content-md5
Thomas Keller 2011-06-06 23:01:25 +02:00
parent 638b28399e
commit aa043f14ac
1 changed files with 2 additions and 2 deletions

View File

@ -283,7 +283,7 @@ class IDF_Plugin_SyncMonotone
if (substr($content, -3) != '.in') {
if (!@symlink($confdir.$content, $filepath)) {
IDF_Scm_Exception(sprintf(
$this->_diagnoseProblem(sprintf(
__('Could not create symlink for configuration file "%s"'),
$filepath
));
@ -446,7 +446,7 @@ class IDF_Plugin_SyncMonotone
$serverRestartRequired = false;
if ($project->private && file_exists($projectfile) && is_link($projectfile)) {
if (!@unlink($projectfile)) {
IDF_Scm_Exception(sprintf(
$this->_diagnoseProblem(sprintf(
__('Could not remove symlink "%s"'), $projectfile
));
}