mirror of
https://github.com/friendica/friendica
synced 2025-04-27 05:50:10 +00:00
bug #540 and hush up a couple of log messages that are way too verbose
This commit is contained in:
parent
1ed6a2bd3d
commit
61a0f9c196
5 changed files with 11 additions and 11 deletions
|
@ -529,7 +529,7 @@ class Item extends BaseObject {
|
|||
*/
|
||||
public function get_data_value($name) {
|
||||
if(!isset($this->data[$name])) {
|
||||
logger('[ERROR] Item::get_data_value : Item has no value name "'. $name .'".', LOGGER_DEBUG);
|
||||
// logger('[ERROR] Item::get_data_value : Item has no value name "'. $name .'".', LOGGER_DEBUG);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue