Pending

User tests: Successful: Unsuccessful:

avatar Bakual
Bakual
15 Apr 2013

Fixing the constructor for JUcmContent. If the $table isn't passed, the constructor is supposed to fetch the table using the $alias. This didn't work because the data isn't available where the constructor was looking for it.

Also fixing two related issues with the install SQL files:

  • The table value for #__content_types wasn't proper JSON. There is no such thing as "associative array" in JSON, it's an object then and has to be written with curly brackets.
  • The weblinks entry for this table value was missing a quote.

Tracker:
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=30584

avatar Bakual Bakual - open - 15 Apr 2013
avatar dextercowley
dextercowley - comment - 16 Apr 2013

Fixed in master. Thanks!

Add a Comment

Login with GitHub to post a comment