Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Fixed infinite loop when running janitor process.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchisari authored and The Appleseed Project committed Dec 27, 2010
1 parent fddd07d commit 6fccbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/janitor/janitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __construct ( ) {
parent::__construct();
}

public function OnSystemEnd ( $pData = null ) {
public function EndFooterDisplay ( $pData = null ) {
$this->_Janitorial();
return ( true );
}
Expand Down

0 comments on commit 6fccbd6

Please sign in to comment.