diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-04-03 08:29:37 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-04-03 08:29:37 +0200 |
| commit | 7dcd592544ae0b55d0e205ff83631067a0d0aa6b (patch) | |
| tree | 634b17274e6efd1c7e8a1aee216cda194f08c1d6 /www/edit.php | |
| parent | a39bd415faa45403247e6af89a32df4dd3560b3e (diff) | |
| download | phorkie-7dcd592544ae0b55d0e205ff83631067a0d0aa6b.tar.gz phorkie-7dcd592544ae0b55d0e205ff83631067a0d0aa6b.zip | |
proper type dropdown for files now
Diffstat (limited to 'www/edit.php')
| -rw-r--r-- | www/edit.php | 1 |
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(), ) ); ?> |
