Changeset 767:cbe90f93edc7 for inc/core/class.dc.update.php
- Timestamp:
- 11/17/11 00:11:08 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.update.php
r765 r767 37 37 * Constructor 38 38 * 39 * @param url stringVersions file URL40 * @param subject string 41 * @param version string 42 * @param cache_dir stringDirectory cache path39 * @param url string Versions file URL 40 * @param subject string Subject to check 41 * @param version string Version type 42 * @param cache_dir string Directory cache path 43 43 */ 44 44 public function __construct($url,$subject,$version,$cache_dir) … … 119 119 120 120 public function getVersion() 121 { return "2.5";121 { 122 122 return $this->version_info['version']; 123 123 }
Note: See TracChangeset
for help on using the changeset viewer.