From: Roland Häder Date: Fri, 13 Mar 2009 22:45:14 +0000 (+0000) Subject: Typo fixed X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=114ddb6dfaf2be44a8d61ebd609cc05302ac702e;ds=inline Typo fixed --- diff --git a/inc/classes/main/class_BaseFrameworkSystem.php b/inc/classes/main/class_BaseFrameworkSystem.php index 46280f89..fafe6b03 100644 --- a/inc/classes/main/class_BaseFrameworkSystem.php +++ b/inc/classes/main/class_BaseFrameworkSystem.php @@ -887,7 +887,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface { $className = ''; // Convert all dashes in underscores - $str = $this->convertDashesToUnderscore($str); + $str = $this->convertDashesToUnderscores($str); // Now use that underscores to get classname parts for hungarian style foreach (explode('_', $str) as $strPart) {