Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2012-06-11 01:23:51 +0400
committerLukas Reschke <lukas@statuscode.ch>2012-06-11 01:23:51 +0400
commit2ffa3d64430763478b0c74786349c356034cde7a (patch)
treed1f69f3d433c9cb469dc121fa019d53d3dfc4b8e /apptemplate
parente55cf2a71f898d182833c58a5b7f9b44ed1431be (diff)
Forget a )
Diffstat (limited to 'apptemplate')
-rw-r--r--apptemplate/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apptemplate/settings.php b/apptemplate/settings.php
index 73408f7fb..6dab94c7d 100644
--- a/apptemplate/settings.php
+++ b/apptemplate/settings.php
@@ -6,7 +6,7 @@ OC_Util::addScript( "apptemplate", "admin" );
$tmpl = new OC_Template( 'apptemplate', 'settings');
-$tmpl->assign('url', htmlentities(OC_Config::getValue( "somesetting", '' ));
+$tmpl->assign('url', htmlentities(OC_Config::getValue( "somesetting", '' )));
return $tmpl->fetchPage();