@@ -61,7 +61,9 @@ |
||
61 | 61 | $scaffold = ""; |
62 | 62 | foreach($fields as $field) { |
63 | 63 | |
64 | - if(in_array($field, $exceptions)) continue; |
|
64 | + if(in_array($field, $exceptions)) { |
|
65 | + continue; |
|
66 | + } |
|
65 | 67 | |
66 | 68 | $fielLabel = ucwords(str_replace("_"," ",$field)); |
67 | 69 | $scaffold .= '$this->addText("'.$fielLabel.'");'."\n\t\t"; |