Skip to content

Commit

Permalink
Removed protected property that is no longer used in system/engine/co…
Browse files Browse the repository at this point in the history
…ntroller.php

Closes #1423
  • Loading branch information
jamesallsup committed May 12, 2014
1 parent 2b5605d commit 8699e70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion upload/system/engine/controller.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
abstract class Controller {
protected $registry;
protected $data;

public function __construct($registry) {
$this->registry = $registry;
Expand Down

0 comments on commit 8699e70

Please sign in to comment.