Changeset 11909
- Timestamp:
- 08/30/07 19:45:01 (1 year ago)
- Files:
-
- trunk/midcom/net.nehmer.static/viewer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/net.nehmer.static/viewer.php
r11261 r11909 29 29 var $_content_topic = null; 30 30 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); 34 34 } 35 35
