mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR: Fix E_STRICT warnings
This commit is contained in:
parent
bc4208097f
commit
12b30ff538
@ -29,7 +29,7 @@ class Folder_UnusedAssetsField extends CompositeField {
|
||||
return $this->children;
|
||||
}
|
||||
|
||||
public function FieldHolder() {
|
||||
public function FieldHolder($properties = array()) {
|
||||
$output = "";
|
||||
foreach($this->getChildren() as $child) {
|
||||
$output .= $child->FieldHolder();
|
||||
|
@ -19,7 +19,7 @@ class WidgetAreaEditor extends FormField {
|
||||
parent::__construct($name);
|
||||
}
|
||||
|
||||
function FieldHolder() {
|
||||
function FieldHolder($properties = array()) {
|
||||
Requirements::css(CMS_DIR . '/css/WidgetAreaEditor.css');
|
||||
Requirements::javascript(THIRDPARTY_DIR . "/prototype/prototype.js");
|
||||
Requirements::javascript(THIRDPARTY_DIR . '/behaviour/behaviour.js');
|
||||
|
Loading…
Reference in New Issue
Block a user