forked from wallabag/wallabag
a lot of refactoring: tag action is now handled by home view and uses sorting and pagination. Some small view enhacenments. Fix of #476, #461 for baggy and other themes
This commit is contained in:
@ -92,7 +92,7 @@ class Tools
|
||||
{
|
||||
$views = array(
|
||||
'install', 'import', 'export', 'config', 'tags',
|
||||
'edit-tags', 'view', 'login', 'error', 'tag'
|
||||
'edit-tags', 'view', 'login', 'error'
|
||||
);
|
||||
|
||||
if (in_array($view, $views)) {
|
||||
|
||||
Reference in New Issue
Block a user