From 18a6614a11cf39a29f5705edabc710688da357e6 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 10 Dec 2008 07:05:49 +0000 Subject: Change all access API methods to take ORMs instead of ids. This will minimize reloading objects from the database. --- core/views/welcome.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/views') diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index a0c4500b..47d9bd84 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -354,7 +354,7 @@ album->id}", $current->album->title) ?> » - album->id)): ?> + album)): ?> album->id}", strtoupper($perm), array("class" => "allowed")) ?> album->id}", strtolower($perm), array("class" => "denied")) ?> -- cgit v1.2.3