Use a global style scheme

Controllers: underscores
Models: CamelCase
This commit is contained in:
Karsten Heiken
2011-04-22 03:44:23 +02:00
parent cf00dcf39b
commit 06c96140dc
5 changed files with 8 additions and 8 deletions

View File

@@ -44,6 +44,6 @@ class Statusrpc extends CI_Controller {
die("Unauthorized access.");
}
$this->server->update_workload($secret, $workload);
$this->server->updateWorkload($secret, $workload);
}
}