fix position of Semicolon

This commit is contained in:
Georg Ehrke 2012-04-24 21:52:44 +02:00
parent fb84d0aff8
commit a85d49833b
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<?php endforeach; ?>
<script type="text/javascript">
var oc_webroot = '<?php echo OC::$WEBROOT; ?>';
var oc_appswebroot = '<?php echo OC::$APPSWEBROOT; ?>;'
var oc_appswebroot = '<?php echo OC::$APPSWEBROOT; ?>';
var oc_current_user = '<?php echo OC_User::getUser() ?>';
</script>
<?php foreach($_['jsfiles'] as $jsfile): ?>