Module: nagvis Branch: master Commit: 5f4108b12f343d4a3a2283c93101770332a1d341 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=5f4108b12f343d4a3a2283c93101770332a1d341
Author: Lars Michelsen <[email protected]> Date: Tue Dec 14 18:49:27 2010 +0100 Fixed function visibility of checkMapConfigWriteable --- share/server/core/classes/GlobalMapCfg.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/server/core/classes/GlobalMapCfg.php b/share/server/core/classes/GlobalMapCfg.php index 5fb9ad8..d26e5a3 100644 --- a/share/server/core/classes/GlobalMapCfg.php +++ b/share/server/core/classes/GlobalMapCfg.php @@ -2161,7 +2161,7 @@ class GlobalMapCfg { * @return Boolean Is Successful? * @author Lars Michelsen <[email protected]> */ - private function checkMapConfigWriteable($printErr) { + public function checkMapConfigWriteable($printErr) { return GlobalCore::getInstance()->checkWriteable($this->configFile, $printErr); } ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
