moodle/admin/tool/installaddon
David Mudrák ef86599e99 MDL-48493 admin: Fix PHP warning thrown if unable to detect component
The method detect_plugin_component() returns false or string. The
normalize_component() expects strings only. Passing false to it
(typically when the plugin does not declare its component) caused the
PHP warning.

Credit goes to Ankit Agarwal for spotting this during testing.
2015-01-22 10:02:01 +01:00
..
classes MDL-48493 admin: Move the acknowledgement to the plugin validation page 2015-01-15 12:58:14 +01:00
lang/en MDL-48493 admin: Move the acknowledgement to the plugin validation page 2015-01-15 12:58:14 +01:00
pix
tests MDL-48493 admin: Make plugin installer able to detect plugin component 2015-01-15 12:58:14 +01:00
yui/permcheck MDL-48493 admin: Add icon to repeat permission check in plugin installer 2015-01-15 12:58:14 +01:00
deploy.php MDL-42110 use parent directory permissions when installing add-ons 2013-10-25 21:23:40 +02:00
index.php MDL-48493 admin: Fix PHP warning thrown if unable to detect component 2015-01-22 10:02:01 +01:00
permcheck.php MDL-39854 use classloader in add-on installer tool 2013-06-18 09:10:23 +02:00
renderer.php MDL-48493 admin: Move the acknowledgement to the plugin validation page 2015-01-15 12:58:14 +01:00
settings.php MDL-38509 Move the tool node in the navigation 2013-03-28 11:54:07 +01:00
styles.css MDL-38509 Implement the ZIP package validation page 2013-03-28 11:54:06 +01:00
validate.php MDL-39854 use classloader in add-on installer tool 2013-06-18 09:10:23 +02:00
version.php MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00