bug fix
Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
parent
f207e56b2d
commit
763ce99b95
@ -107,7 +107,7 @@ function materio_flag_menu() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function materio_access_ajax_flags(){
|
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');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -422,7 +422,7 @@ function materio_flag_ajax_list($fid, $page = 0){
|
|||||||
$debug = false;
|
$debug = false;
|
||||||
|
|
||||||
$_GET['page'] = $page;
|
$_GET['page'] = $page;
|
||||||
if($fid = 1){
|
if($fid == 1){
|
||||||
$list_path = $path = 'bookmarks';
|
$list_path = $path = 'bookmarks';
|
||||||
}else{
|
}else{
|
||||||
$list_path = 'lists';
|
$list_path = 'lists';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user