1
0

Spartacus: Show only one update success msg (#217)

This commit is contained in:
onli
2014-09-19 16:29:48 +02:00
parent feb1a8325d
commit b9feb9602c

View File

@ -491,7 +491,6 @@ class serendipity_event_spartacus extends serendipity_event
$this->fileperm($target, false);
$this->outputMSG('success', PLUGIN_EVENT_SPARTACUS_FETCHED_DONE);
$this->purgeCache = true;
}
serendipity_request_end();
@ -1006,6 +1005,7 @@ class serendipity_event_spartacus extends serendipity_event
}
if (isset($baseDir)) {
$this->outputMSG('success', PLUGIN_EVENT_SPARTACUS_FETCHED_DONE);
return $baseDir;
}
}