Changeset 2398

Show
Ignore:
Timestamp:
05/20/08 03:05:20 (21 months ago)
Author:
auno
Message:

Added missing arguments. BugzID:79431

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-38/php/lib/modifier.filters.php

    r2188 r2398  
    1717            } 
    1818            require_once 'MTUtil.php'; 
    19             $text = apply_text_filter($text, $filter); 
     19            $text = apply_text_filter($ctx, $text, $filter); 
    2020        } 
    2121    }