|
@@ -699,7 +699,7 @@ class Database
|
|
|
|
|
|
$key = 'page_' . $key;
|
|
|
|
|
|
- if (isset($config['manage'][$key])) {
|
|
|
+ if (isset($config['manage'][$key]) && $type == 1) {
|
|
|
if ($config['manage'][$key] == 'photo' && isset($config['manage']['photo'])) {
|
|
|
$result['content'] = Dever::view('list/photo', false, 'manage');
|
|
|
} else {
|