1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 12:48:26 +02:00

Comment for static variable.

This commit is contained in:
Lóna Lore
2016-02-14 13:16:24 +01:00
parent 332dc1739a
commit b6225413b9

View File

@@ -292,8 +292,8 @@ class e_library_manager
*/ */
public function load($name, $variant = null) public function load($name, $variant = null)
{ {
// Re-use the statically cached value to save memory.
static $loaded; static $loaded;
/* @FIXME Still needed? */
if(!isset($loaded[$name])) if(!isset($loaded[$name]))
{ {