mirror of
https://github.com/friendica/friendica
synced 2025-04-25 19:10:11 +00:00
parent
6189f6c8e7
commit
4ca68c7af0
151 changed files with 987 additions and 8742 deletions
|
@ -73,7 +73,7 @@ If there are only a handful of references to a single non-namespaced class, just
|
|||
````php
|
||||
namespace Friendica\Core;
|
||||
...
|
||||
if (\dbm::is_result($r)) {
|
||||
if (\DBM::is_result($r)) {
|
||||
...
|
||||
}
|
||||
````
|
||||
|
@ -82,7 +82,7 @@ namespace Friendica\Core;
|
|||
|
||||
use \dbm;
|
||||
|
||||
if (dbm::is_result($r)) {
|
||||
if (DBM::is_result($r)) {
|
||||
...
|
||||
}
|
||||
````
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue