mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
private -> public
This commit is contained in:
@@ -5846,10 +5846,10 @@ class UniqueNamer {
|
||||
* @param prefix the prefix to use ('<prefix><counter>').
|
||||
*/
|
||||
|
||||
private $prefix;
|
||||
private $counter;
|
||||
private $existing;
|
||||
private $order;
|
||||
public $prefix;
|
||||
public $counter;
|
||||
public $existing;
|
||||
public $order;
|
||||
|
||||
public function __construct($prefix) {
|
||||
$this->prefix = $prefix;
|
||||
|
||||
Reference in New Issue
Block a user