aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/sys/models.php
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2012-01-08 14:27:48 +0100
committerKevin Chabowski <kevin@kch42.de>2012-01-08 14:27:48 +0100
commit5fc635f7bba37e47054faa2ecc2cc246d7d16f6a (patch)
tree084c80ab951f80c71cd29cc6498b81eda3551d38 /ratatoeskr/sys/models.php
parent2b74984974b8363aa2bf197fb1d3950f7425a878 (diff)
downloadratatoeskr-cms-5fc635f7bba37e47054faa2ecc2cc246d7d16f6a.tar.gz
ratatoeskr-cms-5fc635f7bba37e47054faa2ecc2cc246d7d16f6a.tar.bz2
ratatoeskr-cms-5fc635f7bba37e47054faa2ecc2cc246d7d16f6a.zip
Fixed some plugin related bugs.
* Plugin backend pages did not work. * Plugin author was not transferred to database.
Diffstat (limited to 'ratatoeskr/sys/models.php')
-rw-r--r--ratatoeskr/sys/models.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ratatoeskr/sys/models.php b/ratatoeskr/sys/models.php
index d371f9f..02fa0fc 100644
--- a/ratatoeskr/sys/models.php
+++ b/ratatoeskr/sys/models.php
@@ -1285,7 +1285,7 @@ class Plugin extends BySQLRowEnabled
if(!empty($pkg->custompriv))
array2dir($pkg->custompriv, dirname(__FILE__) . "/../plugin_extradata/private/" . $this->get_id());
if(!empty($pkg->tpls))
- array2dir($pkg->tpls, dirname(__FILE__) . "/../templates/srv/plugintemplates/" . $this->get_id());
+ array2dir($pkg->tpls, dirname(__FILE__) . "/../templates/src/plugintemplates/" . $this->get_id());
}
protected function populate_by_sqlrow($sqlrow)