From 3bc9845db06d41aede93847916b6e4861dd111eb Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Fri, 18 Jul 2014 12:46:40 +0200 Subject: refs #5820 improved generators and added a command to generate an update file. Added possibility to copy methods from one class into another including use statements and documentation, added possibility to directly make a translation and modify or create a language file during generation --- core/Updater.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Updater.php') diff --git a/core/Updater.php b/core/Updater.php index e10c6bf33c..6cd6bf757f 100644 --- a/core/Updater.php +++ b/core/Updater.php @@ -170,7 +170,7 @@ class Updater return $queries; } - private function getUpdateClassName($componentName, $fileVersion) + public function getUpdateClassName($componentName, $fileVersion) { $suffix = strtolower(str_replace(array('-', '.'), '_', $fileVersion)); $className = 'Updates_' . $suffix; -- cgit v1.2.3