Skip to content

Commit

Permalink
This appears to be used as a static, declare it.
Browse files Browse the repository at this point in the history
Avoid log warnings.
  • Loading branch information
mrubinsk committed Apr 16, 2014
1 parent e1d601c commit bb4d27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Vfs/lib/Horde/Vfs/Gc.php
Expand Up @@ -20,7 +20,7 @@ class Horde_Vfs_Gc
* @param integer $secs The minimum amount of time (in seconds) required
* before a file is removed.
*/
public function gc($vfs, $path, $secs = 345600)
static public function gc($vfs, $path, $secs = 345600)
{
/* A 0.1% chance we will run garbage collection during a call. */
if (substr(time(), -3) !== '000') {
Expand Down

0 comments on commit bb4d27e

Please sign in to comment.