Actions
Bug #2686
closedJ1.7: CB API CBDatabase::getTableList() not compatible with Joomla 1.7
Description
Joomla 1.7 made public function replacePrefix() private in Joomla 1.7.0.
We need to use getPrefix() method (introduced somewhere in 1.5.x x<7) instead on J1.6-1.7 and do a str_replace.
https://www.joomlapolis.com/forum/146-general/170757-cb-17#171040
http://groups.google.com/group/joomla-dev-framework/browse_thread/thread/77dd8810690a9f4f
Actions