修复管理相册下跳转错误
This commit is contained in:
parent
69a58b2a27
commit
b66ea5d14a
@ -26,7 +26,7 @@ for ($i=0; $i<count($ApiAlbum['data']); $i++) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($ApiAlbum['data'][$i]['id'] == null) {
|
if ($Album['id'] == null) {
|
||||||
header('location: ./album.php');
|
header('location: ./album.php');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user