From feea843ea7c149c49f1c4231cc10d6b9cf88d4c0 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Tue, 17 Nov 2009 23:26:46 -0500 Subject: [PATCH] PHP 5 constructor --- ansel/lib/Search/exif.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ansel/lib/Search/exif.php b/ansel/lib/Search/exif.php index 773275c67..0f800dcc2 100644 --- a/ansel/lib/Search/exif.php +++ b/ansel/lib/Search/exif.php @@ -18,12 +18,11 @@ class Ansel_Search_exif { * @param array $params * @return Ansel_Search_exif */ - function Ansel_Search_exif($params = array()) + public function __construct($params = array()) { $this->_type = 'exif'; } - /** * retrieve a slice of the current search * @@ -40,5 +39,4 @@ class Ansel_Search_exif { function count() { } - } -- 2.11.0