Skip to content

Commit

Permalink
source formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
roosit committed Aug 16, 2016
1 parent c0ed6d3 commit 6340467
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion src/i18n/ru.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
'50' => 'Администрирование'
)
);
?>
2 changes: 0 additions & 2 deletions src/includes/classes/models.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ class TagItem extends AbricosModel {
class TagItemList extends AbricosModelList {

}

?>
2 changes: 0 additions & 2 deletions src/includes/classes/tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,3 @@ public function TagsByQuery($module, $config){
}

}

?>
2 changes: 0 additions & 2 deletions src/includes/dbquery.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,3 @@ public static function TagsByQuery(Ab_Database $db, $module, $config){
return $db->query_read($sql);
}
}

?>
2 changes: 0 additions & 2 deletions src/includes/manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,3 @@ public function AJAX($d){
}

}

?>
4 changes: 1 addition & 3 deletions src/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class TagAction {

class TagPermission extends Ab_UserPermission {

public function TagPermission(TagModule $module){
public function __construct(TagModule $module){
$defRoles = array(
new Ab_UserRole(TagAction::ADMIN, Ab_UserGroup::ADMIN)
);
Expand All @@ -56,5 +56,3 @@ public function GetRoles(){
}

Abricos::ModuleRegister(new TagModule());

?>
2 changes: 0 additions & 2 deletions src/setup/shema.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,3 @@
)".$charset
);
}

?>

0 comments on commit 6340467

Please sign in to comment.