diff --git a/phpgwapi/templates/idots/class.idots_framework.inc.php b/phpgwapi/templates/idots/class.idots_framework.inc.php index 23e8941adf..21cc92ede8 100644 --- a/phpgwapi/templates/idots/class.idots_framework.inc.php +++ b/phpgwapi/templates/idots/class.idots_framework.inc.php @@ -99,9 +99,9 @@ class idots_framework extends egw_framework )); } + self::validate_file('jsapi', 'egw', 'phpgwapi'); if ($this->isTop(false)) { - self::validate_file('jsapi', 'egw', 'phpgwapi'); self::validate_file('.', 'etemplate2', 'etemplate'); }