Skip to content

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
PHP 8.0 Fix
  • Loading branch information
novinet-dsteffen committed Oct 5, 2023
1 parent 50fa179 commit 6f0af1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/class.nvDefaultAddons.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public function __construct()
}


public function getProjectAddons()
public static function getProjectAddons()
{
$oAddon = rex_addon::get(self::$addon_name);
$aAddons = array();
Expand Down Expand Up @@ -105,8 +105,8 @@ public static function installAddons($aAddons = array())
}
}
return $aResult = array(
error => $aError,
success => $aSuccess,
"error" => $aError,
"success" => $aSuccess,
);
}

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: nv_defaultaddons
version: 1.2.0
version: 1.2.1
author: 'novinet GmbH & Co. KG'
supportpage: 'https://github.com/novinet-git/nv_defaultaddons'
page:
Expand Down

0 comments on commit 6f0af1c

Please sign in to comment.