Skip to content

Commit

Permalink
Enabled 'sync db now' link on subdir-installs
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-werner committed Dec 10, 2010
1 parent de3d9fa commit 5a8f300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.driver.php
Expand Up @@ -79,7 +79,7 @@ public function appendAlert($context){
$message = __('The database files for both your %s is newer than your last sync. ',array($files));


$message .= __('It\'s recommended to <a href="%s">sync your database now.</a>', array('/symphony/system/preferences/#file-actions'));
$message .= __('It\'s recommended to <a href="%s">sync your database now.</a>', array(URL . '/symphony/system/preferences/#file-actions'));

Administration::instance()->Page->pageAlert($message);
}
Expand Down

0 comments on commit 5a8f300

Please sign in to comment.