Dotclear


Ignore:
Timestamp:
10/02/13 17:00:38 (12 years ago)
Author:
Denis Jean-Chirstian <contact@…>
Branch:
dcRepo
Message:

Calls to dcModules and dcRepository from plugins and themes page are now through adminModulesList, cleaner and healthy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/services.php

    r2174 r2215  
    447447     { 
    448448          if (empty($get['id'])) { 
    449                     throw new Exception('No module ID'); 
     449               throw new Exception('No module ID'); 
    450450          } 
    451451          if (empty($get['list'])) { 
    452                     throw new Exception('No list ID'); 
     452               throw new Exception('No list ID'); 
    453453          } 
    454454 
     
    482482 
    483483          if (empty($module)) { 
    484                     throw new Exception('Unknow module ID'); 
     484               throw new Exception('Unknow module ID'); 
    485485          } 
    486486 
     
    489489          $rsp = new xmlTag('module'); 
    490490          $rsp->id = $id; 
    491            
     491 
    492492          foreach($module as $k => $v) { 
    493493               $rsp->{$k}((string) $v); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map