1
0

Possible bug fix.

This commit is contained in:
rWatcher 2009-08-20 21:14:53 -04:00
parent b1eeb65185
commit de6809c46a

View File

@ -21,6 +21,11 @@ class batchtag_theme_Core {
static function sidebar_blocks($theme) {
// Display form for tagging in the album sidebar.
// Make sure the current page belongs to an item.
if (!$theme->item()) {
return;
}
$item = $theme->item();
// Only display the form in albums that the user has edit permission in.