Private to public
change function to public as it's called from elsewhere
This commit is contained in:
parent
0373056448
commit
7938decff3
|
@ -815,7 +815,7 @@ class Photo
|
|||
* @param boolean $quit_on_error optional, default false
|
||||
* @return array
|
||||
*/
|
||||
private function importProfilePhoto($photo, $uid, $cid, $quit_on_error = false)
|
||||
public function importProfilePhoto($photo, $uid, $cid, $quit_on_error = false)
|
||||
{
|
||||
$r = dba::select(
|
||||
'photo',
|
||||
|
|
Loading…
Reference in New Issue
Block a user