Commit b18edf77 authored by Vincent Sherwood's avatar Vincent Sherwood Committed by Ralf Becker

ZP-805 Renamed constructor ZPushTop() to __construct(). Released under the...

ZP-805 Renamed constructor ZPushTop() to __construct(). Released under the Affero GNU General Public License (AGPL) version 3.
parent 1e483d8d
......@@ -127,7 +127,7 @@ class ZPushTop {
*
* @access public
*/
public function ZPushTop() {
public function __construct() {
$this->starttime = time();
$this->currenttime = time();
$this->action = "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment