|
@@ -315,7 +315,7 @@ class activityControl extends mobileControl
|
|
|
|
|
|
public function actingOp()
|
|
public function actingOp()
|
|
{
|
|
{
|
|
- $actings = array();//activity_helper::acting();
|
|
|
|
|
|
+ $actings = activity_helper::acting();
|
|
$formater = new act_formater($actings);
|
|
$formater = new act_formater($actings);
|
|
$result = $formater->format_acting();
|
|
$result = $formater->format_acting();
|
|
|
|
|