]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
removed use of deprecated internalname key in log rotation
authorCash Costello <cash.costello@gmail.com>
Sun, 26 Jun 2011 10:44:39 +0000 (06:44 -0400)
committerCash Costello <cash.costello@gmail.com>
Sun, 26 Jun 2011 10:44:39 +0000 (06:44 -0400)
mod/logrotate/views/default/settings/logrotate/edit.php

index 32d59faa5bf8aa3b905fd8b153b98ba09b28d6a7..64c7bf743901bf57a7b35108c1f3b2d72d6dbcf0 100644 (file)
@@ -36,7 +36,7 @@ if (!$time) {
        
        <?php
                echo elgg_view('input/pulldown', array(
-                       'internalname' => 'params[time]',
+                       'name' => 'params[time]',
                        'options_values' => array(
                                'weekly' => elgg_echo('logrotate:week'),
                                'monthly' => elgg_echo('logrotate:month'),