Skip to content

Commit

Permalink
MINOR - Changing debugging message to inform the not available settin…
Browse files Browse the repository at this point in the history
…gs types
  • Loading branch information
dmonllao committed Mar 14, 2012
1 parent 798e60e commit 5c62fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/admin_presets_base.class.php
Expand Up @@ -324,7 +324,7 @@ protected function _get_settings($dbsettings, $sitedbvalues = false, $settings,
if (!$setting = $this->_get_setting($values, $settingvalue)) {

if (get_class($values) != 'admin_setting_heading') {
debugging(get_class($values).' class must be implemented');
debugging(get_class($values).' class is not going to export/import settings');
}
continue;
}
Expand Down

0 comments on commit 5c62fdc

Please sign in to comment.