@@ -149,7 +149,7 @@ |
||
| 149 | 149 | protected function genericLoader() |
| 150 | 150 | { |
| 151 | 151 | $this->cbInit(); |
| 152 | - $this->primaryKey = $this->primaryKey?: DbInspector::findPk($this->table); |
|
| 152 | + $this->primaryKey = $this->primaryKey ?: DbInspector::findPk($this->table); |
|
| 153 | 153 | $this->data_inputan = $this->form; |
| 154 | 154 | $this->data['pk'] = $this->primaryKey; |
| 155 | 155 | $this->data['hide_form'] = $this->hide_form; |