Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
croxton committed Mar 8, 2011
1 parent 641e07a commit 14bfa02
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion third_party/structure_channel/mod.structure_channel.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@
*
* @package Structure Channel
* @author Mark Croxton (mcroxton@hallmark-design.co.uk)
* @copyright Copyright (c) 2010 Hallmark Design
* @copyright Copyright (c) 2011 Hallmark Design
* @link http://hallmark-design.co.uk
*/

if ( ! class_exists('Channel'))
{
include APPPATH.'modules/channel/mod.channel'.EXT;
}

class Structure_channel extends Channel
{
public $offset;
Expand Down

0 comments on commit 14bfa02

Please sign in to comment.