We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 580fb0c + 9a6a652 commit be8312bCopy full SHA for be8312b
fields/field.incremental_number.php
@@ -56,7 +56,7 @@ public function displayPublishPanel(&$wrapper, $data = NULL, $flagWithError = NU
56
public function processRawFieldData($data, &$status, $message, $simulate = false, $entry_id = null){
57
if( !$data ) $data = $this->getNewNumber();
58
59
- return parent::processRawFieldData($data, &$status, $message, $simulate, $entry_id);
+ return parent::processRawFieldData($data, $status, $message, $simulate, $entry_id);
60
}
61
62
public function getNewNumber(){
0 commit comments