From b5a64b112c91ae31506bc97074de02d77f1d28ac Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Tue, 24 Apr 2012 11:12:01 +1200 Subject: [PATCH] MDL-32597 typo in path to version.php file for local plugins --- local/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/readme.txt b/local/readme.txt index 99f3cd80b8b..9e09311c121 100644 --- a/local/readme.txt +++ b/local/readme.txt @@ -56,7 +56,7 @@ Local plugins are used in cases when no standard plugin fits, examples are: * custom admin settings Standard plugin features: -* /local/pluginname/db/version.php - version of script (must be incremented after changes) +* /local/pluginname/version.php - version of script (must be incremented after changes) * /local/pluginname/db/install.xml - executed during install (new version.php found) * /local/pluginname/db/install.php - executed right after install.xml * /local/pluginname/db/uninstall.php - executed during uninstallation