summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/gallery_theme.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-10-13 12:53:33 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-10-13 12:53:33 -0700
commit1f9d45861d68b95c4a4069e7d862a7076fae6ba4 (patch)
treeaaff4eb798244d5c647f72f2c05ae9fab7c557ed /modules/gallery/helpers/gallery_theme.php
parentab73a4092ff70a87ced1d7ffcfbe9bcee788f1f3 (diff)
parent1c313e9d2da84a9dd839ea6a4910cdf6809007fb (diff)
Merge branch 'master' into talmdal_dev
Conflicts: modules/gallery/helpers/gallery_block.php modules/gallery/helpers/gallery_theme.php modules/gallery/helpers/user.php modules/user/helpers/user_event.php
Diffstat (limited to 'modules/gallery/helpers/gallery_theme.php')
-rw-r--r--modules/gallery/helpers/gallery_theme.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery_theme.php b/modules/gallery/helpers/gallery_theme.php
index 54b35fb7..a342b4bd 100644
--- a/modules/gallery/helpers/gallery_theme.php
+++ b/modules/gallery/helpers/gallery_theme.php
@@ -55,7 +55,6 @@ class gallery_theme_Core {
if ($theme->page_type != "login") {
$view = new View("login.html");
$view->user = user::active();
- $view->writable = user::is_writable();
return $view->render();
}
}