diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-02-10 19:19:45 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-02-10 19:19:45 +0100 |
commit | 8c03f6859c452738aafd554f8dc42cc636a4a1e9 (patch) | |
tree | 4ef49330b8de60ab80a380a28d459cc441da643a /app/class/Modelhome.php | |
parent | 4f9a0544218341204bee98d41bcc097dc61f1799 (diff) | |
download | wcms-8c03f6859c452738aafd554f8dc42cc636a4a1e9.tar.gz wcms-8c03f6859c452738aafd554f8dc42cc636a4a1e9.zip |
new feature : page redirection, close #44
Diffstat (limited to 'app/class/Modelhome.php')
-rw-r--r-- | app/class/Modelhome.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/Modelhome.php b/app/class/Modelhome.php index e3d60a3..943f4bd 100644 --- a/app/class/Modelhome.php +++ b/app/class/Modelhome.php @@ -45,7 +45,7 @@ class Modelhome extends Modelpage * @param Opt $opt * @param string $regex */ - public function table2(array $table, Opt $opt, string $regex, array $searchopt) + public function table2(array $table, Opt $opt, string $regex = "", array $searchopt = []) { |