← Back to team overview

phpdevshell team mailing list archive

[Bug 906556] Re: Class alias declaration fails on rank="first"

 

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

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

Title:
  Class alias declaration fails on rank="first"

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

Bug description:
  When trying to add a class alias I get the following error:

  REPLACE INTO
  			_db_core_plugin_classes (class_id, class_name, alias, plugin_folder, enable, rank)
  		VALUES
  			('', 'IMM_mods', 'themeMods', 'HTV-imm', 1, first)

  
  first should be quoted

  
  Note also nothing happens when "reloading" the plugin, I had to uninstall then install

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


References