summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d229290)
raw | patch | inline | side by side (parent: d229290)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 6 Feb 2009 14:36:16 +0000 (14:36 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 6 Feb 2009 14:36:16 +0000 (14:36 +0000) |
-SERVERS wasn't reloaded
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13399 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13399 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_config.inc | patch | blob | history |
index 20e03cc46c91ffcd5230f5bd09626aa95219eae9..667cc1abf79479fa3ddb39fdf75101eac8e202c4 100644 (file)
$tmp = stat("../include/class_location.inc");
session::global_set("class_location.inc:timestamp",$tmp['mtime']);
-
-
if($this->filename != "" && filemtime($this->filename) != $this->last_modified){
$this->config_found= FALSE;
xml_set_object($this->parser, $this);
xml_set_element_handler($this->parser, "tag_open", "tag_close");
$this->parse($this->filename);
+ $this->set_current($this->current['NAME']);
}
}