From 582cb35477501e3176797c4c9dc273c1ac2ee8ff Mon Sep 17 00:00:00 2001 From: OscarRui <79144467+OscarRui@users.noreply.github.com> Date: Thu, 6 May 2021 18:55:59 +0200 Subject: [PATCH] Update film_dao.php --- assets/php/common/film_dao.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/php/common/film_dao.php b/assets/php/common/film_dao.php index 6a63d66..cc7c1f4 100644 --- a/assets/php/common/film_dao.php +++ b/assets/php/common/film_dao.php @@ -1,7 +1,7 @@ get_prefix(); + $prefix = $template->get_prefix(); include_once($prefix.'assets/php/dao.php');