aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2019-04-27 00:47:54 +0200
committerThomas Lange <code@nerdmind.de>2019-04-27 00:47:54 +0200
commit4daa37489f932852da33b33f37e993c424d423d5 (patch)
tree46072ef8ba73a8947f562ec53600844a94e23b21
parentefaa6430f1263381d3ea3854837b5e9d9d3205f6 (diff)
downloadblog-4daa37489f932852da33b33f37e993c424d423d5.tar.gz
blog-4daa37489f932852da33b33f37e993c424d423d5.tar.xz
blog-4daa37489f932852da33b33f37e993c424d423d5.zip
Add missing indentation
-rw-r--r--admin/user/update.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/admin/user/update.php b/admin/user/update.php
index 13fb5f0..50643aa 100644
--- a/admin/user/update.php
+++ b/admin/user/update.php
@@ -41,9 +41,9 @@ try {
}
}
-#===============================================================================
-# TRY: Template\Exception
-#===============================================================================
+ #===============================================================================
+ # TRY: Template\Exception
+ #===============================================================================
try {
$FormTemplate = Template\Factory::build('user/form');
$FormTemplate->set('FORM', [
@@ -62,9 +62,9 @@ try {
echo $MainTemplate;
}
-#===============================================================================
-# CATCH: Template\Exception
-#===============================================================================
+ #===============================================================================
+ # CATCH: Template\Exception
+ #===============================================================================
catch(Template\Exception $Exception) {
Application::exit($Exception->getMessage());
}