Skip to content

Commit

Permalink
Fix 4.6.0 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jukka Svahn committed May 14, 2015
1 parent 8d05c85 commit e16a0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rah/Privileges.php
Expand Up @@ -35,7 +35,7 @@ class Rah_Privileges

public function __construct()
{
add_privs('prefs.rah_privileges', '1');
add_privs('prefs.rah_privs', '1');
register_callback(array($this, 'install'), 'plugin_lifecycle.rah_privileges', 'installed');
register_callback(array($this, 'uninstall'), 'plugin_lifecycle.rah_privileges', 'deleted');
register_callback(array($this, 'savePrefs'), 'prefs', '', 1);
Expand Down

0 comments on commit e16a0a3

Please sign in to comment.