mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
fix bookmark
This commit is contained in:
+2
-1
@@ -645,7 +645,8 @@ if ($all)
|
||||
}
|
||||
//stderr("", count($wherecatina)."-". count($wheresourceina));
|
||||
$wherecatin = $wheresourcein = $wheremediumin = $wherecodecin = $wherestandardin = $whereprocessingin = $whereteamin = $whereaudiocodecin = '';
|
||||
if (empty($wherecatina)) {
|
||||
if (empty($wherecatina) && !(in_array($inclbookmarked, [1, 2]) && $allsec == 1)) {
|
||||
//require limit in some category
|
||||
$wherecatina = $allCategoryId;
|
||||
}
|
||||
if (count($wherecatina) > 1)
|
||||
|
||||
Reference in New Issue
Block a user