aboutsummaryrefslogtreecommitdiff
path: root/www/edit.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-04-03 08:29:37 +0200
committerChristian Weiske <cweiske@cweiske.de>2012-04-03 08:29:37 +0200
commit7dcd592544ae0b55d0e205ff83631067a0d0aa6b (patch)
tree634b17274e6efd1c7e8a1aee216cda194f08c1d6 /www/edit.php
parenta39bd415faa45403247e6af89a32df4dd3560b3e (diff)
downloadphorkie-7dcd592544ae0b55d0e205ff83631067a0d0aa6b.tar.gz
phorkie-7dcd592544ae0b55d0e205ff83631067a0d0aa6b.zip
proper type dropdown for files now
Diffstat (limited to 'www/edit.php')
-rw-r--r--www/edit.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/edit.php b/www/edit.php
index 9acc1d6..e59bcd1 100644
--- a/www/edit.php
+++ b/www/edit.php
@@ -17,6 +17,7 @@ render(
'edit',
array(
'repo' => $repo,
+ 'htmlhelper' => new HtmlHelper(),
)
);
?>