[livejournal] r12291: Call extra privacy options hooks.

Aug 21, 2007 23:04


Committer: janineCall extra privacy options hooks.

U trunk/htdocs/manage/settings/index.bml

Modified: trunk/htdocs/manage/settings/index.bml
===================================================================
--- trunk/htdocs/manage/settings/index.bml 2007-08-21 22:10:23 UTC (rev 12290)
+++ trunk/htdocs/manage/settings/index.bml 2007-08-21 23:04:49 UTC (rev 12291)
@@ -353,6 +353,7 @@
$ret .= "\n";
}

+ $ret .= LJ::run_hook('extra_privacy_options', $u);
}

$ret .= "\n";
@@ -490,6 +491,8 @@
}
}

+ LJ::run_hook('set_extra_privacy_options', $u, \%POST);
+
}

# tell the user all is well

Previous post Next post
Up