aboutsummaryrefslogtreecommitdiff
path: root/app/class/controllerhome.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-01-15 04:04:01 +0100
committervincent-peugnet <v.peugnet@free.fr>2019-01-15 04:04:01 +0100
commit2ff846f7fb65998cd6cf151554434f56f116d4f2 (patch)
tree8106cf1744dc7545e1482fd98bae16ea3628c153 /app/class/controllerhome.php
parent8e79f279938f0fff64ddd381d073c2c277dd2d5c (diff)
parentde195c2fca2f4b77a54be68fb58cd0ccee10a5b7 (diff)
downloadwcms-2ff846f7fb65998cd6cf151554434f56f116d4f2.tar.gz
wcms-2ff846f7fb65998cd6cf151554434f56f116d4f2.zip
Merge branch 'implement-timeline' into develop
Diffstat (limited to 'app/class/controllerhome.php')
-rw-r--r--app/class/controllerhome.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/class/controllerhome.php b/app/class/controllerhome.php
index caeb652..f5b3068 100644
--- a/app/class/controllerhome.php
+++ b/app/class/controllerhome.php
@@ -17,11 +17,6 @@ class Controllerhome extends Controller
public function desktop()
{
- $this->table2();
- }
-
- public function table2()
- {
$table = $this->modelhome->getlister();
$this->opt = $this->modelhome->optinit($table);