← Back to team overview

phpdevshell team mailing list archive

[Bug 917338] Re: Theme development variable set twice

 

Correct, not needed anymore since it now allows you to add a var
$configuration['development'] to your configuration to disable the usage
of compressed files.

** Changed in: phpdevshell
     Assignee: (unassigned) => TitanKing (titan-phpdevshell)

** Changed in: phpdevshell
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/917338

Title:
  Theme development variable set twice

Status in Open Source PHP RAD Framework with UI.:
  Fix Committed

Bug description:
  In the theme's include.php file the $development variable is set
  twice. On line 4 it is set to true and then again on line 10 it is set
  to the configuration variable: $configuration['development']

  Line 4 can  be removed as it seems to serves no purpose.

To manage notifications about this bug go to:
https://bugs.launchpad.net/phpdevshell/+bug/917338/+subscriptions


References