Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

Commit

Permalink
fix(manifest): fix minimum require Elgg version
Browse files Browse the repository at this point in the history
  • Loading branch information
hypeJunction committed Jan 6, 2016
1 parent b8ba243 commit f318620
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<requires>
<type>elgg_release</type>
<version>1.11</version>
<version>2.0</version>
</requires>

<requires>
Expand Down
4 changes: 2 additions & 2 deletions start.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ function ckeditor_addons_init() {
elgg_register_page_handler('ckeditor', 'ckeditor_addons_page_handler');

if (elgg_is_active_plugin('hypeScraper')) {
elgg_extend_view('css/elgg', 'components/ckeditor/linkembed.css');
elgg_extend_view('elgg.css', 'components/ckeditor/linkembed.css');
elgg_extend_view('output/longtext', 'ckeditor/linkembed');
}

elgg_extend_view('css/elgg', 'components/ckeditor/browser.css');
elgg_extend_view('elgg.css', 'components/ckeditor/browser.css');

}

Expand Down

0 comments on commit f318620

Please sign in to comment.