* Fix feedback adminView bug .

This commit is contained in:
宋辰轩
2022-05-09 10:41:54 +08:00
parent 4596c69ae1
commit 9248c49b0e
+1 -1
View File
@@ -20,7 +20,7 @@ class feedbackEntry extends Entry
*/
public function get($feedbackID)
{
$control = $this->loadController('feedback', 'adminiView');
$control = $this->loadController('feedback', 'adminView');
$control->adminView($feedbackID);
$data = $this->getData();