mirror of
https://github.com/processwire/processwire.git
synced 2025-08-26 08:04:38 +02:00
Minor adjustment to previous commit (removing development output)
This commit is contained in:
@@ -299,11 +299,7 @@ class InputfieldToggle extends Inputfield {
|
|||||||
if(!$f) return "Unable to load Inputfield";
|
if(!$f) return "Unable to load Inputfield";
|
||||||
$f->val($this->val());
|
$f->val($this->val());
|
||||||
|
|
||||||
$out = $f->render();
|
return $f->render();
|
||||||
|
|
||||||
$out .= "<pre>" . print_r($this->getAllLabels(), true) . "</pre>";
|
|
||||||
|
|
||||||
return $out;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user