Some more small documentation stuff
This commit is contained in:
parent
16ef9f4940
commit
faa9b77a90
2 changed files with 4 additions and 4 deletions
|
@ -118,7 +118,7 @@ class diaspora {
|
|||
*
|
||||
* @return string the repaired signature
|
||||
*/
|
||||
function repair_signature($signature, $handle = "", $level = 1) {
|
||||
private function repair_signature($signature, $handle = "", $level = 1) {
|
||||
|
||||
if ($signature == "")
|
||||
return ($signature);
|
||||
|
@ -146,7 +146,7 @@ class diaspora {
|
|||
* 'author' -> author diaspora handle
|
||||
* 'key' -> author public key (converted to pkcs#8)
|
||||
*/
|
||||
function decode($importer, $xml) {
|
||||
public static function decode($importer, $xml) {
|
||||
|
||||
$public = false;
|
||||
$basedom = parse_xml_string($xml);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue