projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0397f27
)
In static context, not object context
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 9 Nov 2010 08:43:09 +0000
(
01:43
-0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 9 Nov 2010 08:43:09 +0000
(
01:43
-0700)
framework/Core/lib/Horde/Themes.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde/Themes.php
b/framework/Core/lib/Horde/Themes.php
index
c051a07
..
4d13a69
100644
(file)
--- a/
framework/Core/lib/Horde/Themes.php
+++ b/
framework/Core/lib/Horde/Themes.php
@@
-27,7
+27,7
@@
class Horde_Themes
*/
static public function addStylesheet($file, $url)
{
-
$this->
_cssFiles[$file] = $url;
+
self::$
_cssFiles[$file] = $url;
}
/**
@@
-227,7
+227,7
@@
class Horde_Themes
}
/* Add additional stylesheets added by code. */
- $css = array_merge($css,
$this->
_cssFiles);
+ $css = array_merge($css,
self::$
_cssFiles);
/* Add user-defined additional stylesheets. */
try {