hehe
This commit is contained in:
parent
e3d85f7946
commit
fd6f8829f4
1 changed files with 1 additions and 1 deletions
|
|
@ -360,9 +360,9 @@
|
||||||
$objProjectModel = new ProjectModel();
|
$objProjectModel = new ProjectModel();
|
||||||
$arrProject = $objProjectModel->findOne((int)$intId);
|
$arrProject = $objProjectModel->findOne((int)$intId);
|
||||||
|
|
||||||
$arrImages = $objProjectModel->getImagesByProjectId((int)$intId);
|
|
||||||
|
|
||||||
if ($arrProject) {
|
if ($arrProject) {
|
||||||
|
$arrImages = $objProjectModel->getImagesByProjectId((int)$intId);
|
||||||
$objProject = new Project();
|
$objProject = new Project();
|
||||||
$objProject->hydrate($arrProject);
|
$objProject->hydrate($arrProject);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue