Skip to content

Commit

Permalink
Honor change in Symphony 2.3 (function signature).
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-e committed Sep 3, 2013
1 parent 0e0af47 commit 5182ecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fields/field.html_panel.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function appendFormattedElement(&$wrapper, $data, $encode=false, $mode=NU
);
}

public function processRawFieldData($data, &$status, $simulate=false, $entry_id=null) {
public function processRawFieldData($data, &$status, &$message = NULL, $simulate=false, $entry_id=null) {
$status = self::__OK__;
return array(
'handle' => Lang::createHandle($data),
Expand Down Expand Up @@ -178,4 +178,4 @@ private function getXPath($entry) {
return new DOMXPath($dom);
}

}
}

0 comments on commit 5182ecf

Please sign in to comment.