From 718a5bffa4902f712f9cf9923172a0c1dc641d70 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Mon, 18 May 2009 23:51:31 +0000 Subject: added some defines to make the code easier to understand --- actions/addalbum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/addalbum.php') diff --git a/actions/addalbum.php b/actions/addalbum.php index 329ebee48..909f04c9f 100644 --- a/actions/addalbum.php +++ b/actions/addalbum.php @@ -53,7 +53,7 @@ } // we catch the adding images to new albums in the upload action and throw a river new album event - $album->new_album = 1; + $album->new_album = TP_NEW_ALBUM; // Success message -- cgit v1.2.3