From: <gem...@li...> - 2013-02-19 10:32:44
|
Revision: 1147 http://sourceforge.net/p/gemstracker/code/1147 Author: mennodekker Date: 2013-02-19 10:32:35 +0000 (Tue, 19 Feb 2013) Log Message: ----------- Used forward slash Modified Paths: -------------- trunk/library/classes/Gems/Default/ProjectInformationAction.php Modified: trunk/library/classes/Gems/Default/ProjectInformationAction.php =================================================================== --- trunk/library/classes/Gems/Default/ProjectInformationAction.php 2013-02-15 17:26:04 UTC (rev 1146) +++ trunk/library/classes/Gems/Default/ProjectInformationAction.php 2013-02-19 10:32:35 UTC (rev 1147) @@ -182,7 +182,7 @@ $data[$this->_('Gems web directory')] = $this->getDirInfo(GEMS_WEB_DIR); $data[$this->_('Gems root directory')] = $this->getDirInfo(GEMS_ROOT_DIR); $data[$this->_('Gems code directory')] = $this->getDirInfo(GEMS_LIBRARY_DIR); - $data[$this->_('Gems variable directory')] = $this->getDirInfo(GEMS_ROOT_DIR . '\var'); + $data[$this->_('Gems variable directory')] = $this->getDirInfo(GEMS_ROOT_DIR . '/var'); $data[$this->_('MUtil version')] = MUtil_Version::get(); $data[$this->_('Zend version')] = Zend_Version::VERSION; $data[$this->_('Application environment')] = APPLICATION_ENV; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |