diff options
-rwxr-xr-x | bin/versionfix.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/versionfix.php b/bin/versionfix.php index 547dd03db..f90a47899 100755 --- a/bin/versionfix.php +++ b/bin/versionfix.php @@ -236,7 +236,7 @@ class VersionFixCLI extends DokuCLI { if(preg_match('/<div class="error">(.*?)(<\/div>)/', $response, $m)) { $this->error('Seems like something went wrong on editing the page ' . $page . '. Error was: ' . $m[1]); } else { - $this->success('Page ' . $page . ' updated with new version.'); + $this->success('Updated ' . $page . ' at dokuwiki.org.'); } } |