Changeset 2566:9bf417837888 for plugins/buildtools
- Timestamp:
- 11/17/13 20:25:53 (12 years ago)
- Branch:
- 2.6
- Children:
- 2567:6c11245cbf04, 2568:61c67a7d17fa
- Location:
- plugins/buildtools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/buildtools/_define.php
r1977 r2566 21 21 ) 22 22 ); 23 ?> -
plugins/buildtools/class.dc.maintenance.buildtools.php
r2355 r2566 20 20 $widget = $this->core->plugins->getModules("widgets"); 21 21 include $widget['root'].'/_default_widgets.php'; 22 22 23 23 $faker = new l10nFaker($GLOBALS['core']); 24 24 $faker->generate_file(); … … 30 30 protected $core; 31 31 protected $bundled_plugins; 32 32 33 33 public function __construct($core) { 34 34 $this->core = $core; … … 43 43 global $__widgets; 44 44 global $__autoload; 45 45 46 46 $main = "<?php\n"; 47 47 $plugin = "<?php\n";
Note: See TracChangeset
for help on using the changeset viewer.