← Back to team overview

phpdevshell team mailing list archive

[Bug 917338] [NEW] Theme development variable set twice

 

Public bug reported:

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.

** Affects: phpdevshell
     Importance: Low
         Status: New


** Tags: development mode theme

-- 
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.:
  New

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


Follow ups

References