Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
akrys committed Jul 15, 2016
2 parents cd27cad + 57f033a commit aa47bda
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion akrys/redaxo/addon/UsageCheck/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Config
*
* @var string
*/
const VERSION = '1.0 Beta 6';
const VERSION = '1.0 Beta 6a';

/**
* release state
Expand Down
2 changes: 1 addition & 1 deletion general/config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
$REX['ADDON']['rxid'][Config::NAME] = Config::ID;
$REX['ADDON']['name'][Config::NAME] = 'Usage Check';
$REX['ADDON']['perm'][Config::NAME] = 'usage_check[]';
$REX['ADDON']['version'][Config::NAME] = '1.0-Beta6';
$REX['ADDON']['version'][Config::NAME] = '1.0-Beta6a';
$REX['ADDON']['author'][Config::NAME] = 'Axel Krysztofiak <[email protected]>';
$REX['ADDON']['supportpage'][Config::NAME] = 'https://github.com/akrys/redaxo-usage_check';
$REX['PERM'][] = 'usage_check[]';
Expand Down
2 changes: 1 addition & 1 deletion package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package: usage_check
version: '1.0-Beta6'
version: '1.0-Beta6a'
author: Axel Krysztofiak
supportpage: https://github.com/akrys/redaxo-usage_check
#load: early
Expand Down
2 changes: 1 addition & 1 deletion pages/_template.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
$articleReID = $articleID;
}

$hastPerm = $templates->hasArticlePerm($articleID);
$hasPerm = $templates->hasArticlePerm($articleID);

if ($hasPerm) {
$href = 'index.php?page=structure&article_id='.$articleID.'&function=edit_art&category_id='.$articleReID.'&clang='.$clang;
Expand Down

0 comments on commit aa47bda

Please sign in to comment.