User tests: Successful: Unsuccessful:
$table = JTable::getInstance('Content', 'JTable');
Before PR:
$table->load(0); // Always return true.
After PR:
$table->load(0); // return false.
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Closed as it breaks b/c even if it might be technically the correct option
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-09-09 13:45:14 |
Closed_By | ⇒ | brianteeman |
That is likely not backward compatible.