Changeset 11909

Show
Ignore:
Timestamp:
08/30/07 19:45:01 (1 year ago)
Author:
bergie
Message:

Constructor is constructor

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/net.nehmer.static/viewer.php

    r11261 r11909  
    2929    var $_content_topic = null; 
    3030 
    31     function net_nehmer_static_viewer($topic, $config) 
    32     { 
    33         parent::midcom_baseclasses_components_request($topic, $config); 
     31    function __construct($topic, $config) 
     32    { 
     33        parent::__construct($topic, $config); 
    3434    } 
    3535