From: Roland Häder Date: Wed, 11 Mar 2009 02:29:00 +0000 (+0000) Subject: Interface Registerable added X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=54bbaa46f36b470fbcd5209549cc7bca5de1f0b4 Interface Registerable added --- diff --git a/inc/classes/main/language/class_LanguageSystem.php b/inc/classes/main/language/class_LanguageSystem.php index 62da5e93..aec00f20 100644 --- a/inc/classes/main/language/class_LanguageSystem.php +++ b/inc/classes/main/language/class_LanguageSystem.php @@ -22,7 +22,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class LanguageSystem extends BaseFrameworkSystem implements ManageableLanguage { +class LanguageSystem extends BaseFrameworkSystem implements ManageableLanguage, Registerable { /** * The full-qualified base path for the language include files */