summaryrefslogtreecommitdiffstats
path: root/phpfspot.class.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-05-25 09:20:24 +0200
committerAndreas Unterkircher <unki@netshadow.at>2008-05-25 10:02:09 +0200
commitdcc26041d1dd86d47516e143fd5e475e588180cf (patch)
tree9cc6fbdf523ca453d763aac3ada55757a43848d9 /phpfspot.class.php
parent9ebbaf7dfd6c8c967cb03b92dc944a31f0dee708 (diff)
fix export, web_path was not set correctly
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r--phpfspot.class.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php
index 9a11069..60521ad 100644
--- a/phpfspot.class.php
+++ b/phpfspot.class.php
@@ -299,7 +299,9 @@ class PHPFSPOT {
}
break;
case 'export':
- $this->tmpl->show("export.tpl");
+ /* fetch export template */
+ print $this->tmpl->fetch("export.tpl");
+ /* no further execution necessary. */
return;
break;
case 'slideshow':