aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-08-01 15:00:10 +0200
committerSem <sembrestels@riseup.net>2012-08-01 15:00:10 +0200
commit7f3804f2077c40f1960c717478dece778161c05c (patch)
treef19fa5f6405b506294a5f4233596cd9381c95bab /start.php
parent1bd6ef7e6b6a56ac30dc4b7b1daa9b924a5eddd7 (diff)
downloadelgg-7f3804f2077c40f1960c717478dece778161c05c.tar.gz
elgg-7f3804f2077c40f1960c717478dece778161c05c.tar.bz2
Fixed plugin portability bugs.
Diffstat (limited to 'start.php')
-rw-r--r--start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.php b/start.php
index 9a8efafb0..342d5e136 100644
--- a/start.php
+++ b/start.php
@@ -13,5 +13,5 @@ elgg_register_event_handler('init', 'system', 'colorbox_init');
*
*/
function colorbox_init() {
-
+
}