mirror of
https://github.com/getgrav/grav.git
synced 2026-02-10 16:47:49 +01:00
Merge branch 'hotfix/0.9.42' into develop
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# v0.9.42
|
||||
## 09/11/2015
|
||||
|
||||
1. [](#bugfix)
|
||||
* Fixed `User.authorise()` to be backwards compabile
|
||||
|
||||
# v0.9.41
|
||||
## 09/11/2015
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
// Some standard defines
|
||||
define('GRAV', true);
|
||||
define('GRAV_VERSION', '0.9.41');
|
||||
define('GRAV_VERSION', '0.9.42');
|
||||
define('DS', '/');
|
||||
|
||||
// Directories and Paths
|
||||
|
||||
@@ -136,6 +136,6 @@ class User extends Data
|
||||
*/
|
||||
public function authorise($action)
|
||||
{
|
||||
$this->authorize($action);
|
||||
return $this->authorize($action);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user