From 5b3680d59f94955355c5d70c2eb10916671add2f Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Thu, 18 Feb 2010 21:40:52 +0100 Subject: [PATCH] Fix UserFilter::DN_SORT -> Profile::DN_SORT. Signed-off-by: Florent Bruneau --- include/notifs.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/notifs.inc.php b/include/notifs.inc.php index ec9d8bf..1883e62 100644 --- a/include/notifs.inc.php +++ b/include/notifs.inc.php @@ -252,7 +252,7 @@ class Watch { $obj = new $class(); $uf = new UserFilter($obj->getCondition($user, $date), - array($obj->getOrder(), new UFO_Name(UserFilter::DN_SORT))); + array($obj->getOrder(), new UFO_Name(Profile::DN_SORT))); $users = $uf->getUsers(); if (count($users) == 0) { return null; -- 2.1.4