Ignore:
Timestamp:
Mar 28, 2010, 2:47:16 PM (14 years ago)
Author:
nikrou
Message:

Small fix : class debug not remove

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/pwgCumulus/admin.php

    r5405 r5418  
    3030
    3131if (!empty($_POST['submit'])) {
    32   Log::getInstance()->debug($_POST);
    3332  if (!empty($_POST['pwg_cumulus_width']) && intval($_POST['pwg_cumulus_width'])!=$me->pwg_cumulus_width) {
    3433    $me->pwg_cumulus_width = intval($_POST['pwg_cumulus_width']);
Note: See TracChangeset for help on using the changeset viewer.