forked from Cavemanon/cavepaintings
use new-style constructors everywhere
This commit is contained in:
@@ -163,7 +163,7 @@ class SearchTermParseEvent extends Event {
|
||||
var $context = null;
|
||||
var $querylets = array();
|
||||
|
||||
public function SearchTermParseEvent($term, $context) {
|
||||
public function __construct($term, $context) {
|
||||
$this->term = $term;
|
||||
$this->context = $context;
|
||||
}
|
||||
|
Reference in New Issue
Block a user