Skip to content
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.

Commit

Permalink
type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix committed Mar 20, 2015
1 parent a362b30 commit 7311914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/settings.php
Expand Up @@ -70,7 +70,7 @@ function asd_filterPosts(array $names)
if (rex_asd_news_config::saveConfig()) {
echo rex_info($I18N->msg('asd_news_settings_saved'));
if (rex_asd_news_config::isControlPlugin() && $oldArticle != $saves['article']) {
echo rex_info($I18N->msg('sd_news_settings_update_url_control', $BaseDir . '&func=update-url-control'));
echo rex_info($I18N->msg('asd_news_settings_update_url_control', $BaseDir . '&func=update-url-control'));
}
} else {
echo rex_warning($I18N->msg('asd_news_settings_not_saved'));
Expand Down

0 comments on commit 7311914

Please sign in to comment.