diff --git a/Controller/BackendController.php b/Controller/BackendController.php index bf523e1..5bcf917 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -75,6 +75,7 @@ final class BackendController extends Controller $list = QAQuestionMapper::getAll() ->with('createdBy') ->with('createdBy/account') + ->with('createdBy/image') ->with('votes') ->with('answers') ->with('answers/votes') diff --git a/Theme/Backend/qa-dashboard.tpl.php b/Theme/Backend/qa-dashboard.tpl.php index 612a135..3f1ae5c 100755 --- a/Theme/Backend/qa-dashboard.tpl.php +++ b/Theme/Backend/qa-dashboard.tpl.php @@ -50,7 +50,7 @@ echo $this->data['nav']->render(); ?>
@@ -61,10 +61,10 @@ echo $this->data['nav']->render(); ?> - + = $this->printHtml($question->createdBy->account->name2); ?> = $this->printHtml($question->createdBy->account->name1); ?> createdBy->image->id > 0) : ?> -