mirror of
https://github.com/moodle/moodle.git
synced 2025-04-24 09:55:33 +02:00
MDL-26677 repositories - clean one debugging var_dump()
This commit is contained in:
parent
39354db055
commit
5973f0b53d
@ -66,7 +66,6 @@ if (!empty($edit) || !empty($new)) {
|
||||
if ($edit) {
|
||||
$settings = array();
|
||||
$settings['name'] = $fromform->name;
|
||||
var_dump($fromform);
|
||||
if (!$instance->readonly) {
|
||||
foreach($configs as $config) {
|
||||
if (isset($fromform->$config)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user