mirror of
https://github.com/friendica/friendica
synced 2025-04-27 18:30:12 +00:00
Standards
This commit is contained in:
parent
efa8dbcfb3
commit
004f46e600
3 changed files with 7 additions and 7 deletions
|
@ -338,7 +338,7 @@ class Item
|
|||
* @param string $host (Optional) hostname for the GUID prefix
|
||||
* @return string unique guid
|
||||
*/
|
||||
public static function GuidFromUri($uri, $host = "")
|
||||
public static function guidFromUri($uri, $host = "")
|
||||
{
|
||||
// Our regular guid routine is using this kind of prefix as well
|
||||
// We have to avoid that different routines could accidentally create the same value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue