diff --git a/extension.driver.php b/extension.driver.php index ea7eabb..f9955de 100644 --- a/extension.driver.php +++ b/extension.driver.php @@ -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 sync your database now.', array('/symphony/system/preferences/#file-actions')); + $message .= __('It\'s recommended to sync your database now.', array(URL . '/symphony/system/preferences/#file-actions')); Administration::instance()->Page->pageAlert($message); }