projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c421680
)
mark static function as such
author
Chuck Hagenbuch
<chuck@horde.org>
Fri, 16 Jan 2009 22:14:15 +0000
(17:14 -0500)
committer
Chuck Hagenbuch
<chuck@horde.org>
Fri, 16 Jan 2009 22:16:34 +0000
(17:16 -0500)
framework/Browser/lib/Horde/Browser.php
patch
|
blob
|
history
diff --git
a/framework/Browser/lib/Horde/Browser.php
b/framework/Browser/lib/Horde/Browser.php
index
1924294
..
5f75f9b
100644
(file)
--- a/
framework/Browser/lib/Horde/Browser.php
+++ b/
framework/Browser/lib/Horde/Browser.php
@@
-967,7
+967,7
@@
class Horde_Browser
* upload in bytes. Returns 0 if uploads are not
* allowed.
*/
- public function allowFileUploads()
+ public
static
function allowFileUploads()
{
if (ini_get('file_uploads')) {
if (($dir = ini_get('upload_tmp_dir')) &&