Changeset 1504968
- Timestamp:
- 09/29/2016 08:07:35 AM (10 years ago)
- Location:
- frumentarii
- Files:
-
- 2 edited
-
tags/1.3/app/controllers/scanner_controller.php (modified) (2 diffs)
-
trunk/app/controllers/scanner_controller.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
frumentarii/tags/1.3/app/controllers/scanner_controller.php
r1504405 r1504968 20 20 $maybe = 0; 21 21 } 22 $this->render('scanner.new', [22 $this->render('scanner.new',array( 23 23 'active_scanner'=>$active_scanner, 24 24 'offset'=>$scanner_offset, … … 26 26 'infected'=>$infected, 27 27 'maybe'=>$maybe 28 ]);28 )); 29 29 } 30 30 public function init(){ -
frumentarii/trunk/app/controllers/scanner_controller.php
r1504344 r1504968 20 20 $maybe = 0; 21 21 } 22 $this->render('scanner.new', [22 $this->render('scanner.new',array( 23 23 'active_scanner'=>$active_scanner, 24 24 'offset'=>$scanner_offset, … … 26 26 'infected'=>$infected, 27 27 'maybe'=>$maybe 28 ]);28 )); 29 29 } 30 30 public function init(){
Note: See TracChangeset
for help on using the changeset viewer.