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:
9baf267
)
MDL-22006 fixed problems with E_ALL in PHP 5.3., thanks Mauno Korpelainen for the...
author
Petr Skoda
<skodak@moodle.org>
Thu, 1 Apr 2010 17:14:55 +0000
(17:14 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Thu, 1 Apr 2010 17:14:55 +0000
(17:14 +0000)
admin/mnet/testclient.php
patch
|
blob
|
blame
|
history
diff --git
a/admin/mnet/testclient.php
b/admin/mnet/testclient.php
index
82331c6
..
054e593
100644
(file)
--- a/
admin/mnet/testclient.php
+++ b/
admin/mnet/testclient.php
@@
-25,7
+25,7
@@
admin_externalpage_setup('mnettestclient');
$context = get_context_instance(CONTEXT_SYSTEM);
require_capability('moodle/site:config', $context);
-error_reporting(
E
_ALL);
+error_reporting(
DEBUG
_ALL);
echo $OUTPUT->header();
if (!extension_loaded('openssl')) {