debug
This commit is contained in:
@@ -42,7 +42,7 @@ class User extends BaseController
|
||||
$strView = '';
|
||||
$this->generateGrm(1, 0, 20);
|
||||
} else {
|
||||
$strView = 'Pc/User/index';
|
||||
$strView = 'pc/user/index';
|
||||
$this->generateGrm(2, 0, 20);
|
||||
}
|
||||
return $this->rending($strView);
|
||||
@@ -68,7 +68,7 @@ class User extends BaseController
|
||||
$strView = '';
|
||||
$this->generateGrm(1, 0, 10);
|
||||
} else {
|
||||
$strView = 'Pc/User/getBookShelf';
|
||||
$strView = 'pc/user/getBookShelf';
|
||||
$this->generateGrm(2, 0, 10);
|
||||
}
|
||||
return $this->rending($strView);
|
||||
@@ -94,7 +94,7 @@ class User extends BaseController
|
||||
$strView = '';
|
||||
$this->generateGrm(1, 0, 10);
|
||||
} else {
|
||||
$strView = 'Pc/User/getHistory';
|
||||
$strView = 'pc/user/getHistory';
|
||||
$this->generateGrm(2, 0, 10);
|
||||
}
|
||||
return $this->rending($strView);
|
||||
|
||||
Reference in New Issue
Block a user