-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Remove JTable warning and add a comment #11573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
libraries/joomla/table/table.php
Outdated
| // If we were unable to find the class file in the JTable include paths, raise a warning and return false. | ||
| JLog::add(JText::sprintf('JLIB_DATABASE_ERROR_NOT_SUPPORTED_FILE_NOT_FOUND', $type), JLog::WARNING, 'jerror'); | ||
| /* | ||
| * If we were unable to find the class file in the JTable include paths. Return false. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we are
;)
|
I have tested this item ✅ successfully on 65a6ea7 This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11573. |
|
I have tested this item ✅ successfully on 65a6ea7 This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11573. |
|
RTC as 2 good tests This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11573. |
|
hmm RTC bot, please trigger... This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11573. |
|
RTC ? |
|
I have tested this item ✅ successfully on 27c099f This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11573. |
|
it seems that some of your tests have not been considered properly in JIssue, since I can see only 1 completed test (mine). Setting label manually. |
* remove warning * corrects comment
* remove warning * corrects comment
Pull request for issue #11570
Summary of Changes
Removes warning from JTable when table file is not found.
Adds a comment in the code that in 4.0 an Exception will be trown.
Testing Instructions
For more info: see #11570
Documentation Changes Required
None