Skip to content
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.

Commit

Permalink
V1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix committed Apr 29, 2015
1 parent 052da14 commit b14ad96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Features
* fertige Module via Knopfdruck installieren


Update 1.4.2 - ??.04.15
Update 1.4.2 - 29.04.15
------------

* Feature: Sitemap.xml Einbindung bei seo42/rexseo
Expand Down
7 changes: 4 additions & 3 deletions update.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

global $REX;

include_once __DIR__ . '/classes/rex_asd_news_config.php';

if (!class_exists('rex_asd_news_config')) {
include_once __DIR__ . '/classes/rex_asd_news_config.php';
}
rex_asd_news_config::init(
'asd_news',
'asd_news', // Without Prefix
Expand Down Expand Up @@ -32,7 +33,7 @@
}
}

if(!OOAddon::isAvailable('metainfo')) {
if (!OOAddon::isAvailable('metainfo')) {
$REX['ADDON']['update'][rex_asd_news_config::getName()] = 0;
$REX['ADDON']['updatemsg'][rex_asd_news_config::getName()] = 'Metainfo Addon nicht gefunden';
}
Expand Down

0 comments on commit b14ad96

Please sign in to comment.