You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Bastian Hofmann (JIRA)" <ji...@apache.org> on 2010/07/24 13:48:50 UTC

[jira] Created: (SHINDIG-1396) OS Template Styles are encapsulated into an TemplateLibraryContent object two times

OS Template Styles are encapsulated into an TemplateLibraryContent object two times
-----------------------------------------------------------------------------------

                 Key: SHINDIG-1396
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1396
             Project: Shindig
          Issue Type: Bug
          Components: PHP
            Reporter: Bastian Hofmann


Index: php/src/gadgets/templates/TemplateLibrary.php
===================================================================
250c250
<     $this->style[] = new TemplateLibraryContent($style);
---
>     $this->style[] = $style;


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SHINDIG-1396) OS Template Styles are encapsulated into an TemplateLibraryContent object two times

Posted by "Paul Lindner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-1396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Lindner resolved SHINDIG-1396.
-----------------------------------

    Fix Version/s: 2.0.0-RC1
       Resolution: Fixed

resolve


> OS Template Styles are encapsulated into an TemplateLibraryContent object two times
> -----------------------------------------------------------------------------------
>
>                 Key: SHINDIG-1396
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1396
>             Project: Shindig
>          Issue Type: Bug
>          Components: PHP
>            Reporter: Bastian Hofmann
>             Fix For: 2.0.0-RC1
>
>
> Index: php/src/gadgets/templates/TemplateLibrary.php
> ===================================================================
> 250c250
> <     $this->style[] = new TemplateLibraryContent($style);
> ---
> >     $this->style[] = $style;

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.