mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Fix typos in documentation and translation strings
This commit is contained in:
parent
9d98e47c53
commit
580588bbdc
12 changed files with 15 additions and 15 deletions
|
|
@ -316,7 +316,7 @@ class PointAdminController extends Point
|
|||
// A variable to store member's points
|
||||
$member = array();
|
||||
|
||||
// Get member infomation
|
||||
// Get member information
|
||||
$output = executeQueryArray('point.getMemberCount');
|
||||
if(!$output->toBool()) return $output;
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ class PointAdminView extends Point
|
|||
*/
|
||||
function init()
|
||||
{
|
||||
// Get teh configuration information
|
||||
// Get the configuration information
|
||||
$oModuleModel = getModel('module');
|
||||
$config = $oModuleModel->getModuleConfig('point');
|
||||
// Set the configuration variable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue