Work in progress on fixing auth... looks like the iframe doesn't work though. Sigh.

This commit is contained in:
Brion Vibber
2010-09-27 12:24:10 -07:00
parent 698f5c7a20
commit a57d67c915
5 changed files with 49 additions and 25 deletions

View File

@@ -16,6 +16,8 @@ $runner = YammerRunner::init();
if (have_option('reset')) {
echo "Resetting Yammer import state...\n";
$runner->reset();
echo "done.\n";
exit(0);
}
switch ($runner->state())