diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-05-26 22:07:26 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-05-26 22:07:26 +0000 |
commit | 5fce261ae2a1fad5a6f1e437a5245a7b1bf981f3 (patch) | |
tree | a7607908104b23e84c4793a0da1a4c79a11258f9 /templates/show_artist_row.inc.php | |
parent | fdc509c5c4e2e2256585889ccf0a11a1712f1316 (diff) | |
download | ampache-5fce261ae2a1fad5a6f1e437a5245a7b1bf981f3.tar.gz ampache-5fce261ae2a1fad5a6f1e437a5245a7b1bf981f3.tar.bz2 ampache-5fce261ae2a1fad5a6f1e437a5245a7b1bf981f3.zip |
more improvements to the caching system, removed ugly hack from last night on util
Diffstat (limited to 'templates/show_artist_row.inc.php')
-rw-r--r-- | templates/show_artist_row.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_artist_row.inc.php b/templates/show_artist_row.inc.php index 00f2ac6e..b78216af 100644 --- a/templates/show_artist_row.inc.php +++ b/templates/show_artist_row.inc.php @@ -33,7 +33,7 @@ <?php echo get_user_icon('batch_download','',_('Batch Download')); ?> </a> <?php } ?> -<?php if ($GLOBALS['user']->has_access(50)) { ?> +<?php if (Access::check('interface','50')) { ?> <?php echo Ajax::button('?action=show_edit_object&type=artist&id=' . $artist->id,'edit',_('Edit'),'edit_artist_' . $artist->id); ?> <?php } ?> </td> |