mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 19:24:28 +02: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