Project

General

Profile

« Previous | Next » 

Revision 1289

Added by kweitzel over 14 years ago

Branch 2.8.1 merged back into Trunk

View differences:

addon.precheck.inc.php
287 287
			case 'CUSTOM_CHECKS':
288 288
				if (is_array($PRECHECK['CUSTOM_CHECKS'])) {
289 289
					foreach($PRECHECK['CUSTOM_CHECKS'] as $key => $values) {
290
						$status = (true === array_key_exists('STATUS', $values )) ? $values['STATUS'] : false;
290 291
						$msg[] = array(
291 292
							'check'		=> $key,
292 293
							'required'	=> $values['REQUIRED'],
293 294
							'actual'	=> $values['ACTUAL'],
294
							'status'	=> $values['STATUS']
295
							'status'	=> $status
295 296
						);
296 297
					}
297 298

  

Also available in: Unified diff