Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b503e4
)
MDL-31560 Error: Fixed coding style
author
Rajesh Taneja
<rajesh@moodle.com>
Thu, 12 Sep 2013 03:12:37 +0000
(11:12 +0800)
committer
Rajesh Taneja
<rajesh@moodle.com>
Fri, 13 Sep 2013 08:13:26 +0000
(16:13 +0800)
error/index.php
patch
|
blob
|
blame
|
history
diff --git
a/error/index.php
b/error/index.php
index
d550384
..
54f0b53
100644
(file)
--- a/
error/index.php
+++ b/
error/index.php
@@
-3,9
+3,9
@@
require('../config.php');
require_once($CFG->libdir.'/eventslib.php');
- if ($form = data_submitted()) { // form submitted, do not check referer (original page unknown)!
-
- /// Only deal with real users
+ // Form submitted, do not check referer (original page unknown).
+ if ($form = data_submitted()) {
+ // Only deal with real users.
if (!isloggedin()) {
redirect($CFG->wwwroot);
}