Dotclear


Ignore:
Timestamp:
11/04/13 13:57:09 (10 years ago)
Author:
JcDenis
Message:

Fix notice (unremoved old var), Fix install version comparison

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/pacKman/index.php

    r3240 r3246  
    156156     elseif ($action == 'delete') { 
    157157 
    158           if ($type == 'plugins') { 
    159                $proot = $plugins_path; 
    160           } 
    161           elseif ($type == 'themes') { 
    162                $proot == $themes_path; 
    163           } 
    164           else { 
    165                $proot == 'repository'; 
    166           } 
    167  
    168158          foreach ($_POST['modules'] as $id => $root) { 
    169159               if (!file_exists($root) || !files::isDeletable($root)) { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map