Skip to content

Commit

Permalink
important fix
Browse files Browse the repository at this point in the history
  • Loading branch information
127 committed Nov 2, 2019
1 parent 0427019 commit 8bccc68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/shpala/shpala.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
//TODO
class Shpala {
public $version = '1.1.2';
public $version = '1.1.3';
protected $_config = [];
protected $_i18n = [];
protected $_router;
Expand Down Expand Up @@ -59,7 +59,7 @@ public function __construct() {
}
$this->_resource->view->render_layout();
}
if($_ra_ == true) {
if($_rl_==false && $_ra_==true) {
if($this->_resource->view->validate_action() == false){
return $this->_errors_dispatcher($this->_resource->view->errors);
}
Expand Down

0 comments on commit 8bccc68

Please sign in to comment.