summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/Login.class.php2
-rw-r--r--src/plugins/SenderIdentica.class.php2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/Login.class.php b/src/lib/Login.class.php
index 14e3ecb..28675f6 100644
--- a/src/lib/Login.class.php
+++ b/src/lib/Login.class.php
@@ -1,6 +1,8 @@
<?php
class Login {
+ /** Decalare an empty __construct() so that the login function doesn't
+ get mistaken for the costructor. */
public function __construct() {}
public static function login($username, $password) {
diff --git a/src/plugins/SenderIdentica.class.php b/src/plugins/SenderIdentica.class.php
index 1e778f6..ea9b343 100644
--- a/src/plugins/SenderIdentica.class.php
+++ b/src/plugins/SenderIdentica.class.php
@@ -9,7 +9,7 @@ class SenderIdentica extends Plugin {
private $obj;
public static function description() {
- return '';
+ return 'Dent messages to Identi.ca.';
}
public static function configList() {