Open Power Libs core-related tickets.
Remember to hide all the security-related pieces of code from the task description, like passwords, server paths etc. for your own safety. Once we close the task, we cannot edit it anymore!
Remember to hide all the security-related pieces of code from the task description, like passwords, server paths etc. for your own safety. Once we close the task, we cannot edit it anymore!
FS#107 - Missing "$" in static variable call in Opl_Loader::getDirectory()
Attached to Project:
Open Power Libs
Opened by Zyx (Zyx) - Monday, 10 August 2009, 00:51 GMT-7
Last edited by Zyx (Zyx) - Monday, 10 August 2009, 00:55 GMT-7
Opened by Zyx (Zyx) - Monday, 10 August 2009, 00:51 GMT-7
Last edited by Zyx (Zyx) - Monday, 10 August 2009, 00:55 GMT-7
|
DetailsThere's a syntax error in Opl_Loader::getDirectory() method.
Is: return self::_directory; Should be: return self::$_directory; |
This task depends upon
Closed by Zyx (Zyx)
Monday, 10 August 2009, 00:55 GMT-7
Reason for closing: Fixed
Additional comments about closing: Fixed in rev. 203
Monday, 10 August 2009, 00:55 GMT-7
Reason for closing: Fixed
Additional comments about closing: Fixed in rev. 203