diff options
| author | Christian Fowler <spider@viovio.com> | 2009-02-23 22:36:35 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2009-02-23 22:36:35 +0000 |
| commit | ecf4ca74dab38471aab97da331bf5c12aa0a6ae8 (patch) | |
| tree | a3b94bd14cc7387c229cf0dd218060fbaadfac0a | |
| parent | b74885f052ff334ec5ba867921312b79c5baf4a8 (diff) | |
| download | liberty-ecf4ca74dab38471aab97da331bf5c12aa0a6ae8.tar.gz liberty-ecf4ca74dab38471aab97da331bf5c12aa0a6ae8.tar.bz2 liberty-ecf4ca74dab38471aab97da331bf5c12aa0a6ae8.zip | |
remove {php} include (LIBERTY_PKG_PATH."edit_storage_inc.php"); {/php} - it is included in invokeService("content_edit_function")
| -rw-r--r-- | templates/edit_storage.tpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/edit_storage.tpl b/templates/edit_storage.tpl index b9cd482..9a51e62 100644 --- a/templates/edit_storage.tpl +++ b/templates/edit_storage.tpl @@ -12,9 +12,6 @@ {include file=$tpl} {/foreach} - {if $gBitUser->hasPermission('p_liberty_attach_attachments') } - {php} include (LIBERTY_PKG_PATH."edit_storage_inc.php"); {/php} - {/if} {include file="bitpackage:liberty/edit_storage_list.tpl" uploadTab=TRUE} {else} |
