~ubuntu-branches/ubuntu/saucy/moodle/saucy

« back to all changes in this revision

Viewing changes to lib/pluginlib.php

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2013-09-09 15:22:35 UTC
  • mfrom: (1.1.17) (3.1.29 sid)
  • Revision ID: package-import@ubuntu.com-20130909152235-f5g7gphaseb84qeu
Tags: 2.5.2-1
* New upstream version: 2.5.2.
  - Incorporates S3 security patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3301
3301
     */
3302
3302
    protected function load_version_php($disablecache=false) {
3303
3303
 
3304
 
        $cache = cache::make('core', 'plugininfo_base');
 
3304
        $cache = cache::make('core', 'plugininfo_mod');
3305
3305
 
3306
3306
        $versionsphp = $cache->get('versions_php');
3307
3307