Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy 2013-03-08 10:33:32 +01:00
parent f207e56b2d
commit 763ce99b95
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ function materio_flag_menu() {
}
function materio_access_ajax_flags(){
return ( user_access('create flag lists') || user_access('flag bookmarks') );
return user_access('create flag lists') || user_access('flag bookmarks');
}
/**

View File

@ -422,7 +422,7 @@ function materio_flag_ajax_list($fid, $page = 0){
$debug = false;
$_GET['page'] = $page;
if($fid = 1){
if($fid == 1){
$list_path = $path = 'bookmarks';
}else{
$list_path = 'lists';