diff options
author | Mike Cochrane <mikec@mikenz.geek.nz> | 2008-07-19 22:55:46 -0400 |
---|---|---|
committer | Mike Cochrane <mikec@mikenz.geek.nz> | 2008-07-19 22:55:46 -0400 |
commit | 08dfd72bad9c4d245cf853e378353da568856724 (patch) | |
tree | 4e0273ae60ba1a8b985f7c41f3a01db8352bb000 /actions | |
parent | 32136f978a7bfad8c261b633edaa1cb24a4dc133 (diff) |
A couple more notice errors
darcs-hash:20080720025546-533db-7044949bfaa6676c86f3e1d84d20ecb85aab0937.gz
Diffstat (limited to 'actions')
-rw-r--r-- | actions/peoplesearch.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php index f700cf46e..adacc0954 100644 --- a/actions/peoplesearch.php +++ b/actions/peoplesearch.php @@ -20,7 +20,7 @@ if (!defined('LACONICA')) { exit(1); } require_once(INSTALLDIR.'/lib/searchaction.php'); -define(PROFILES_PER_PAGE, 10); +define('PROFILES_PER_PAGE', 10); class PeoplesearchAction extends SearchAction { |