diff --git a/module/common/control.php b/module/common/control.php index 45ed8bd04a..4ba1032672 100644 --- a/module/common/control.php +++ b/module/common/control.php @@ -159,6 +159,8 @@ class common extends control global $lang, $app; if(empty($module)) $module= $app->getModuleName(); if(empty($method)) $method= $app->getMethodName(); + $className = 'header'; + if(strpos($orderBy, $fieldName) !== false) { if(stripos($orderBy, 'desc') !== false)