summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3eb735e)
raw | patch | inline | side by side (parent: 3eb735e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 27 Jul 2011 07:43:19 +0000 (07:43 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 27 Jul 2011 07:43:19 +0000 (07:43 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20959 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/main.php | patch | blob | history |
index c08d3b43157f1fc3ae6e8f8293ee745257d740fe..afb381c18120c7ca5370b0fa3b70de426679c07b 100644 (file)
--- a/gosa-core/html/main.php
+++ b/gosa-core/html/main.php
/* Initially load all classes */
$class_list= get_declared_classes();
foreach ($class_mapping as $class => $path){
- if (!in_array($class, $class_list)){
+ if (!in_array_strict($class, $class_list)){
if (is_readable("$BASE_DIR/$path")){
require_once("$BASE_DIR/$path");
} else {